25 posts categorised with Programming Tutorials

Post your RSS feed items to Facebook and Twitter 19 June, 2017

If you have a Blog in a CMS which isn't Wordpress, Drupal or Joomla, then you will likely not have some automated way to post your new blog…

5 of the best Laravel books 12 June, 2017

Laravel - Up and Running: A Framework for Building Modern PHP Apps Amazon.com | Amazon.co.uk Matt Stauffer What sets Laravel apart from…

5 of the best programming books 10 June, 2017

Working Effectively with Legacy Code Amazon.com | Amazon.co.uk Michael C. Feathers The average book on Agile software development…

Most helpful GIT command 23 May, 2017

This little command is a lifesaver and will save you so much time when switching and merging previous branches in your GIT workflow. See the…

Create a Raspberry Pi 3 Bluetooth tag 09 August, 2016

I found this MagPi Tutorial to be a really nice starting project for my newly purchased Pi 3. However, I did run into a few problems which…

ReactPHP and Symfony 18 July, 2016

I started listening to a great Podcast series which talks a lot about different PHP and server technologies and on one of the later…

How to containerize your PHP/NGINX docker project properly 11 April, 2016

This evening, I had myself a little challenge. I would turn my two containers (MariaDB and my own built container) into more containers, but…

Hosting your site With Digital Ocean and Docker 27 March, 2016

I want to share with you how I am hosting my website with Digital Ocean (hosting company) and Docker (places your app in containers…

Using View Composers in Laravel 5.2 03 February, 2016

I have started using Laravel's View Composers which come in handy when you have a navigation bar that constantly needs certain data. For…

Using Vagrant and Homestead In as Little Steps as Possible (Per Project Install) 20 January, 2016

I want to show you guys just how quick and easy it easy to get a Laravel project up and running alongside Vagrant/Homestead. 1 . Head over…

Mounting Volumes in Docker and Using Windows 10 20 November, 2015

This is a quick post to details some issues I have found when trying to use Docker within a Mac or Windows environment. I had been following…

Oauth Tutorial - Part 1 - Setting up Facebook 05 April, 2015

Last week I promised that I will be creating some tutorials regarding Oauth and Laravel's Socialite plugin. Today, we will start with…

Quick Update 28 March, 2015

I've seen a couple of questions regarding the error "Curl: (60) SSL certificate : Unable to get local issuer certificate" and thought I…

Unique slug for news articles using Laravel's unique valitation 27 January, 2015

Just recently at work, I had to change the way my news articles worked. We have a client who has Holiday Homes, and they have news articles…

UTF-8 causing problems for Social and Email Websites Laravel 08 December, 2014

I've been developing a couple of projects which use UTF-8 encoding on my databases, but have found that this has been problematic recently…

How To Use Jquery UI Sortable in Laravel 4 03 September, 2014

I needed a way to change the sort order of my data inside of an admin interface which I have created. After a little looking around, I found…

Laravel AJAX Tutorial Using HTML5's FormData 28 August, 2014

For this tutorial, I will show you guys how I managed to create an image uploader for your profile image. This is very similar to how…

User Registration and Login 23 August, 2014

This will be a fairly simple tutorial as I'm not re-creating the wheel here. I started by developing a login/registration system by myself…

Nice little Laravel tip (Blade Ternary Operator) 26 June, 2014

Just today, I was looking at using a ternary operator in Laravel's Blade templating system and thought to myself... "There must be a better…

Laravel Dynamic Menu Navigation Package 29 May, 2014

I have been in the Laravel chats for quite a while now and one question which I see requarly is how to remove the public/index.php directory…

Laravel Dynamic Menu Navigation Package 28 May, 2014

I have managed to create a dynamic navigation package which can be seen in my previous post. If you go to Packagist you will be able to…

Laravel Dynamic Menu Tutorial (Best for Admin packages) 20 May, 2014

Learn more Laravel here Thanks to this very Laravel topic over at Laravel.io and Josh Benham I managed to find out how to make my very…

Composer Private Repository Problems 08 April, 2014

Recently I have been finding out the slight differences between Windows and Linux for use with Laravel and Composer. One difference is…

Social Networking Website Based in Laravel 05 April, 2014

I've been wanting to make a social networking website for a long time, one which will rival the big guys. I also thought about maybe doing…

First Laravel Tutorial - Controllers and Routes 29 March, 2014

Previously on a project, I had to have a slug within my routes which would point to two different tables within my database. I needed a…

All categories